Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / pkg / buffer / constants.go

Displaying Raw • Download

pkg/buffer/constants.go 61af5556362c8bdf7c09a1c01bc84f81629f281b (61af5556) Text, 341 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

package buffer

const (
StreamIDMax = 0x3fff
MaxChunkLen = 16 * 1024
MaxDataLen = 457
CompressTries = 4

StreamHeaderEOF = 0x8000
StreamHeaderCompressed = 0x4000

StreamDataMessageType = 0xff00

StreamHeaderSize = 2

CompressThreshold = 32
)

Served by rngit 1.5.2 - Generated in 0.02s